﻿* {
  margin: 0;
  border: 0;
  padding: 0;
  outline: none;
  font-size: 14px;
  list-style: none;
  text-decoration: none;
  font-family: "微软雅黑", Arial, sans-serif;
}
#phone-fixed {
  display: none;
}
#fixed {
  bottom: 50px;
  right: 0px;
  width: 82px;
  height: 311px;
  position: fixed;
}
#fixed li {
  cursor: pointer;
  color: white;
  display: block;
  width: 82px;
  height: 77px;
  background: #2bb4a3;
  position: relative;
  margin-top: 1px;
}
#fixed li .ico {
  position: absolute;
  display: block;
}
#fixed li .txt {
  font-size: 14px;
  padding-top: 48px;
  display: block;
  text-align: center;
}
#fixed li .tel {
  top: 12px;
  left: 27px;
  width: 28px;
  height: 31px;
  background: url(img-map.png) -84px 0;
}
#fixed li .consult {
  top: 13px;
  left: 26px;
  width: 29px;
  height: 28px;
  background: url(img-map.png) -118px 0;
}
#fixed li .qq {
  top: 13px;
  left: 25px;
  width: 29px;
  height: 32px;
  background: url(img-map.png) -152px 0;
}
#fixed li .top {
  top: 13px;
  left: 26px;
  left: 30%;
  width: 30px;
  height: 29px;
  background: url(img-map.png) -187px 0;
}
#offer .models .offer .tels {
  color: #737373;
  font-size: 14px;
}
#offer .models .offer .tels .tel {
  margin-right: 50px;
  float: left;
}
#offer .models .offer .tels .tel span {
  color: #2bb4a3;
  font-size: 16px;
}
@media (max-width: 1440px) {
  #fixed {
    right: 0px;
  }
}
@media (max-width: 1200px) {
  #fixed {
    display: none;
  }
  #phone-fixed {
    z-index: 10;
    right: 15px;
    bottom: 20px;
    display: block;
    position: fixed;
  }
  #phone-fixed li {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #2bb4a3;
    margin-top: 10px;
  }
  #phone-fixed li .ico {
    padding-top: 13px;
    margin: 0 auto;
    display: block;
    width: 50%;
  }
}
#fixed a:hover { text-decoration:none!important; }
#fixed li:hover { background: #ECA400; }
